body,h1,h2,h3,h4,h5,h6,ul{
    margin:0px;
    padding:0px;
    font-family: "Cinzel", serif;
}
p, span, li{
    font-family: Arial, sans-serif;
}
.padt{
    padding-top:5%;
}
.padb{
    padding-bottom:5%;
}
.highlight{
    color:#665656b0;
}
.top-bar{
    background:#040404b8;
    font-size:14px;
}

@media (max-width:768px){
    .top-bar{
        text-align:center;
    }

    .top-bar i{
        font-size:16px;
    }
}
.social-top i:hover{
    color:#540000;
}
.social-top span i:hover{
    color:#540000;
}
.main-navbar{
    background:#fff;
    padding:15px 0;
}
.navbar-brand .top-heading{
     font-family: "Indie Flower", cursive;
}
ul li .nav-link{
    color:#071c34 !important;
    font-weight:750;
    margin:0 8px;
    transition:3s ease;
   
}
ul li .nav-link:hover{
    color:#540000;
    border-bottom:2px solid black;
}
.donate-btn{
    background:#540000;
    color:#fff;
    padding:12px 25px;
    border-radius:30px;
    text-decoration:none;
    font-weight:500;
}
.donate-btn:hover{
    color:#540000;
    background-color: #fff;
    box-shadow: 5px 5px 10px rgba(0,0,0,0.6);
}


/*into*/
.hero-section{
    border-bottom-left-radius:15%;
     border-bottom-right-radius:15%;
}
.hero-section{
    position:relative;
    background-image:url('../img/service.webp'); 
    background-size:cover;
    background-position:center;
}
.hero-overlay{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
.hero-section .container{
    position:relative;
    z-index:2;
}
.text-slider h3{
    font-size:50px;
    font-weight:700;
    color:#fff;
    line-height:1.3;
}
.hero-section .hero-content p{
    color:#fefdfd;
    font-weight:500;
    font-weight:25px;
}
.hero-section .hero-content a{
    background:#540000;
    color:#fff;
    padding:35px 15px;
    border-radius:30px;
    text-decoration:none;
    font-weight:500;
    display:inline-block;
}
.hero-section .hero-content a:hover{
    color:#540000;
    background-color: #fff;
    box-shadow: 5px 5px 10px rgba(0,0,0,0.6);
}
@media(max-width:768px){
    .text-slider h1{
        font-size:28px;
    }
}

/*services card*/
.services{
    background-color: #fff9ee;
    border-top-left-radius: 10%;
     border-top-right-radius: 10%;
}
.services .services-cards h2 {
    font-weight:700;
    font-size:33px;
}
.services .services-cards p {
    font-weight:450;
    font-size:19px;
    color:rgb(152, 152, 152);
}

/*join*/
.join-section{
    margin:7% 0px 7% 0px;
}
.join-section .join-content h1{
    font-weight:700;
    color:rgb(15, 15, 15);
}
.join-section .join-content p{
    font-weight:400;
    color:rgb(25, 22, 22);
    font-size:21px;
}

.join-section .join-content a{
    background:#540000;
    color:#fff;
    padding:12px 18px;
    border-radius:30px;
    text-decoration:none;
    font-weight:500;
}
.join-section .join-content a:hover{
    color:#540000;
    background-color: #fff;
    box-shadow: 5px 5px 10px rgba(0,0,0,0.6);
}

.join-img{
    border-radius:20px;
    max-height:420px;
    object-fit:cover;
}

.left-img{
    transform:rotate(-10deg);
}

.right-img{
    transform:rotate(10deg);
}

/* Responsive */
@media(max-width:768px){
    .join-title{
        font-size:36px;
    }
}

/*events*/
.events{
    background-color: black;
    padding:8% 8%;
}
.events .events-content img{
    border-radius:7px;
  
}
.events .events-content h4{
    color:#fff;
    border:1px solid #fff;
    border-radius:28px;
    display: inline-block;
    padding:9px 9px;
    font-weight: 400 !important;
    font-size: 20px;
}
.events .events-content h4:hover{
    color:#131313;
    background-color: #fff;
    box-shadow: 5px 5px 10px rgba(234, 230, 230, 0.6);
}
.events .events-content h3{
    font-weight:650;
    font-size:24px;
    color:#fff;
}
.events .events-content p{
    color:#fff;
    font-size: 15px;
    font-weight:350;
}
.events .events-content a{
    color:#fff;
    text-decoration: none;
     margin-bottom:3%;
}

/*education*/
.education .education-content{
    position: relative;
    background-image: url('../img/donate.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 75vh;
    overflow: hidden;
}
.education .education-content::before{
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}
.education .education-content *{
    position: relative;
    z-index: 2;
}

.education .education-content a{
    color:#fff;
    border-radius:28px;
    display: inline-block;
    padding:10px 20px;
    font-weight: 400 !important;
    font-size: 20px;
    margin-top: 25px;
    text-decoration: none;
    background-color: #540000;

}
.education .education-content a:hover{
     color:#fefbfb;
    background-color: #5400008e;
    box-shadow: 5px 5px 10px rgba(234, 230, 230, 0.6);
}
.education .education-content h2{
    font-size:45px;
    font-weight: 700;
    color:white;
}
.education .education-content p{
    font-size:18px;
    font-weight: 450;
    color:white;
}

/*information*/
.information .information-content h2{
    font-size: 30px;
    font-weight: 700; 
}
.information .information-content p{
    color:rgb(154, 150, 150);
}
.divider-wrap{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:15px;
}
.divider-wrap .line{
    width:350px;
    height:1px;
    background:#999;
}
.divider-wrap .icon{
    font-size:18px;
    color:#999;
}
.accordion-flush {
    background-color: #f5f7fa;  
    padding: 20px;
    border-radius: 8px;
}
.accordion-flush .accordion-item {
    background-color: #ffffff;
    margin-bottom: 12px;
    border-radius: 6px;
    border: none;
}
.accordion-flush .accordion-button {
    background-color: #e9ecef;
    padding: 16px 20px;
    font-weight: 600;
}
.accordion-flush .accordion-button:not(.collapsed) {
    background-color: #0d6efd;
    color: #fff;
}
.accordion-flush .accordion-body {
    padding:35px;
    background-color: #6cbbd3;
}
 .accordion-body{
    color:white;
 }
.information-content .content-box{
    position: sticky;
    top: 120px;
    background-color:#fffaf2;
    border:1px solid #ddd;
    border-radius:20px;
}
.icon{
    color:#540000;
    font-size:20px;
}
.content-box a{
    background:#540000;
    color:#fff;
    padding:12px 25px;
    border-radius:30px;
    text-decoration:none;
    font-weight:500;
}
.content-box a:hover{
    color:#540000;
    background-color: #fff;
    box-shadow: 5px 5px 10px rgba(0,0,0,0.6);
}


@media (max-width: 991px){
    .content-box{
        position: relative;
        top: 0;
        margin-top: 40px;
    }
}

@media (max-width: 991px){
    .information-content .col-8,
    .information-content .col-lg-4{
        width: 100%;
    }

    .information-content .content-box{
        position: relative;
        top: 0;
        margin-top: 40px;
    }
}
@media (max-width: 575px){
    .information{
        padding-left:15px;
        padding-right:15px;
    }

    .information-content h2{
        font-size: 22px;
        line-height: 1.4;
    }

    .information-content p{
        font-size: 15px;
        line-height: 1.7;
    }

    .content-box{
        padding: 20px;
    }

    .content-box a{
        display:block;
        text-align:center;
        padding:12px;
        background:#355e1c;
        color:#fff;
        border-radius:8px;
        text-decoration:none;
        font-weight:600;
    }
}

/*footer section*/
ul {
    margin: 0px;
    padding: 0px;
}
.footer-section {
  background-image: url(../img/footer.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.footer-section::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(47, 49, 54, 0.85); 
    z-index:1;
}
.footer-section > .container,
.copyright-area{
    position:relative;
    z-index:2;
}

.footer-cta {
  border-bottom: 1px solid #373636;
}
.single-cta i {
  color: #540000;
  font-size: 30px;
  float: left;
  margin-top: 8px;
}
.cta-text {
  padding-left: 15px;
  display: inline-block;
}
.cta-text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}
.cta-text span {
  color: #757575;
  font-size: 15px;
}
.footer-content {
  position: relative;
  z-index: 2;
}
.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}
.footer-logo {
  margin-bottom: 30px;
}
.footer-logo a{
    color:white;
    text-decoration:none;
    font-weight:700;
}
.footer-logo img {
    max-width: 200px;
}
.footer-text p {
  margin-bottom: 14px;
  font-size: 14px;
      color: #a1a1a1;
  line-height: 28px;
}
.footer-social-icon span {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 20px;
}
.footer-social-icon a {
  color: #fff;
  font-size: 16px;
  margin-right: 15px;
}
.footer-social-icon a i:hover{
    color:#540000;
}
.footer-social-icon i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
}
.footer-widget-heading h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}
.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: #ffffff;
}
.footer-widget ul li {
  display: inline-block;
  float: left;
  width: 50%;
  margin-bottom: 12px;
}
.footer-widget ul li a:hover{
  color: #540000;
}
.footer-widget ul li a {
    color: #878787;
    text-transform: capitalize;
    text-decoration: none;
    color: white;
    font-weight: 700;
}
.subscribe-form {
  position: relative;
  overflow: hidden;
}
.subscribe-form input {
  width: 100%;
  padding: 14px 28px;
  background: #2E2E2E;
  border: 1px solid #2E2E2E;
  color: #fff;
  border-radius: 14px;
}
.subscribe-form button {
    position: absolute;
    right: 0;
    background: #540000;
    padding: 13px 20px;
    border: 1px solid #540000;
    top: 0;
    color:white;
    border-radius: 14px;
    font-weight: 700;
}
.subscribe-form button:hover{
    color: #540000;
    background-color: #fff;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.6);
}
.subscribe-form button i {
  color: #fff;
  font-size: 22px;
  transform: rotate(-6deg);
}
.copyright-area{
  padding: 25px 0;
}
.copyright-text p {
  margin: 0;
  font-size: 14px;
  color: #a1a1a1;
}
.copyright-text p a{
  color: #540000;
  font-weight: 700;
  font-size:18px;
}
.footer-menu li {
  display: inline-block;
  margin-left: 20px;
 
}
.footer-menu li:hover a{
  color: #540000;
}
.footer-menu li a {
  font-size: 14px;
   text-decoration: none;
   color:white;
    font-weight: 700;
}
